Part of bgo#613728 - [GtkTreeView] Focus the list, not the headers, when Tab-focusing
authorFederico Mena Quintero <federico@novell.com>
Thu, 14 Oct 2010 18:17:46 +0000 (13:17 -0500)
committerFederico Mena Quintero <federico@novell.com>
Thu, 14 Oct 2010 18:17:46 +0000 (13:17 -0500)
commit85e47b5c4ef49b4a803932e8215c1a104884921b
tree5daf375b3d47026dcc433956c19726ce64bae792
parent5cbb309841536b23646e554a44a8a434c242bf1d
Part of bgo#613728 - [GtkTreeView] Focus the list, not the headers, when Tab-focusing

The idea is that it is way more common to want to manipulate the
actual list, rather than the headers.  Once you Tab into the treeview
(and the list part gets the focus), you can use Shift-Tab to focus
the headers.

This means that some hysteresis is added to the focus chain, but
it makes the treeview a lot more convenient to focus with the keyboard.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
gtk/gtktreeview.c